Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaRow Class / NFormulaRow Constructor / NFormulaRow Constructor(NFormulaCell[])


In This Topic
    NFormulaRow Constructor(NFormulaCell[])
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cells() As NFormulaCell _
    )
    'Usage
     
    
    Dim cells() As NFormulaCell
     
    Dim instance As New NFormulaRow(cells)
    public NFormulaRow( 
       NFormulaCell[] cells
    )

    Parameters

    cells
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also